Hide Categories - Woocommerce Product Page

51

/* Remove Categories from Single Products */
remove_action( 'woocommerce_single_product_summary',
'woocommerce_template_single_meta', 40 );
//remove categories in the product page of woo
.product_meta .posted_in {display: none !important;}

//remove tags in the product page of woo
.tagged_as{display: none !important;}

Comments

Submit
0 Comments